home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / stabilzr.sit / The Stabilizer / background_11611.txt < prev    next >
Text File  |  1989-02-05  |  2KB  |  123 lines

  1. -- background: 11611 from stack: in
  2. -- bmap block id: 11790
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=217 top=307 right=339 bottom=254
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 20086 / 20086
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: PreviousCard
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual venetian blinds to gray
  23.   visual venetian blinds
  24.   go previous card
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=462 top=307 right=339 bottom=499
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 16816 / 16816
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: PopCard
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual barn door close slowly to gray
  44.   visual barn door open slowly
  45.   pop card
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 3 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=253 top=307 right=339 bottom=290
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 20087 / 20087
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: NextCard
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual venetian blinds to gray
  65.   visual venetian blinds
  66.   go next card
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 6 (button)
  72. -- low flags: 00
  73. -- high flags: 2000
  74. -- rect: left=38 top=4 right=40 bottom=76
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 11030 / 11030
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Home
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   visual barn door close slowly to gray
  86.   visual dissolve
  87.   go stack "Home"
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 7 (field)
  93. -- low flags: 01
  94. -- high flags: 0002
  95. -- rect: left=179 top=14 right=33 bottom=340
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: title
  104.  
  105.  
  106. -- part 5 (button)
  107. -- low flags: 00
  108. -- high flags: A002
  109. -- rect: left=56 top=314 right=332 bottom=140
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: Help Index
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   helpIndex
  121. end mouseUp
  122.  
  123.